home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Police.Dxr / 00067_9.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  324 b   |  16 lines

  1. on mouseDown
  2.   global phoneSound
  3.   set phoneSound to "9.S"
  4.   puppetSound(phoneSound)
  5.   updateStage()
  6.   phonehilite()
  7. end
  8.  
  9. on action
  10.   set the timeoutLapsed to 0
  11.   set temp to line 1 of field "userEntry"
  12.   put temp & the name of cast the castNum of sprite the clickOn into field "userEntry"
  13.   checkwin()
  14.   puppetSound(0)
  15. end
  16.